BlueCielo Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions

CloseAssignRoles event

This event occurs when the user closes the Assign Roles dialog.

Syntax

Private Sub AMUIExtension_CloseAssignRoles(
          ByVal CurrentObject As Object,
          ByVal Canceled As Boolean,
          Abort As Boolean)
Parameters
Name Description

CurrentObject

The enclosure for which assignments are changed (AMFolder object or AMWorkPackage object).

Canceled

True if the user clicked the Cancel button.

Abort

Set this value to True to avoid closing the Assign Roles dialog.

Remarks

If the user clicked OK, all changes made to the role assignments will be saved to the vault after this event.

To avoid the changes being changed, you can set the Abort argument to True.

If the user clicked the Cancel button, all changes will be ignored. When using security events for auditing, you should take care not to log changes when the dialog is canceled.

Copyright © 2000-2013 BlueCielo ECM Solutions